SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 58112: SAS® Drug Development 4.5.1 - Data Server connections with a SAS® LASR Library

DetailsAboutRate It

SAS® Drug Development and SAS® Visual Analytics could require Data Server connections with a SAS® LASR Library. To do this replace both SASClientConnection and LibraryConnection association with the server connection as shown in the example below:

   rc=metadata_getnobj("omsobj:SASClientConnection?@Name contains 'sddLASR1'",1,auri);

   put rc=;

   rc=metadata_setassn(luri, "SASClientConnection", "Replace", auri);

   put rc=;

   rc=metadata_setassn(luri, "LibraryConnection", "Replace", auri);

   put rc=;



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Drug DevelopmentLinux for x644.5.14.5.29.4 TS1M19.4 TS1M1
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.